de_image ~master (2022-01-31T01:34:57.6577976)
Dub
Repo
ImageIndexType.ImageIndexType
devisualization
image
primitives
ImageIndexType
Undocumented in source.
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
typeof
(
Image
.
init
[
0
]),
"getPixel"
)[
0
])[
0
]
template
ImageIndexType
(Image)
static if
(
isPointer!Image
)
alias
ImageIndexType
=
Parameters
!(__traits(
getOverloads
,
typeof
(
Image.init
[0]), "getPixel")[0])[0]
alias
ImageIndexType
=
Parameters
!(
__traits
(
getOverloads
,
Image
,
"getPixel"
)[
0
])[
0
]
Meta
Source
See Implementation
devisualization
image
primitives
ImageIndexType
aliases
ImageIndexType